home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / lizard / english / help / disksel.qml < prev    next >
Encoding:
Text File  |  1999-08-15  |  3.9 KB  |  149 lines

  1. <body>
  2. <qml title="Hard Disk Selection">
  3.   <h1>
  4.     Hard Disk Selection
  5.   </h1>
  6.   <h2>
  7.     <a name="Overview">
  8.       Overview
  9.     </a>
  10.   </h2>
  11.   <p>
  12.     Before OpenLinux can be installed, you must create
  13.     <a href="def_partition.qml">partitions</a> for it to reside on.  This
  14.     screen allows you to select a hard disk and prepare it for Linux to be
  15.     installed.
  16.   </p>
  17.   <p>
  18.    <em>
  19.     WARNING: This will destroy all data on the disk you select.  Be
  20.     sure the disk you select is the correct disk.  For an explanation of
  21.     device names, please see the <a href="disksel.qml#Device">device</a>
  22.     section below.
  23.    </em>
  24.   </p>
  25.   <h2>
  26.     <a name="Information Description">
  27.       Information Description
  28.     </a>
  29.   </h2>
  30.   <p>
  31.     On the hard disk partitioning screen, you will see a window which
  32.     includes information about your hard disks.  Each column is described
  33.     in more detail below.
  34.   </p>
  35.   <h3>
  36.     <a name="Device">
  37.       Device
  38.     </a>
  39.   </h3>
  40.   <p>
  41.     Each device name in the <strong>Device</strong> column refers to a hard
  42.     disk, CDROM drive, or other partition able device.  Partitions> on each
  43.     device are also included.  Device names for drives and partitions in
  44.     OpenLinux are as follows:
  45.   </p>
  46.   <ul>
  47.     <li>
  48.       IDE/ATAPI devices
  49.     </li>
  50.     <ul>
  51.       <li>
  52.         <strong>/dev/hda</strong> = Primary IDE channel, Master Device
  53.       </li>
  54.       <li>
  55.         <strong>/dev/hdb</strong> = Primary IDE channel, Slave Device
  56.       </li>
  57.       <li>
  58.         <strong>/dev/hdc</strong> = Secondary IDE channel, Master Device
  59.       </li>
  60.       <li>
  61.         <strong>/dev/hdd</strong> = Secondary IDE channel, Slave Device
  62.       </li>
  63.     </ul>
  64.     <li>
  65.       SCSI devices
  66.     </li>
  67.     <ul>
  68.       <li>
  69.         <strong>/dev/sda</strong> = The first SCSI hard disk/CDROM drive
  70.       </li>
  71.       <li>
  72.         <strong>/dev/sdb</strong> = The second SCSI hard disk/CDROM drive
  73.       </li>
  74.       <li>
  75.         <strong>/dev/sdc</strong> = The third SCSI hard disk/CDROM drive
  76.       </li>
  77.       <li>
  78.         and so on.
  79.       </li>
  80.     </ul>
  81.   </ul>
  82.   <p>
  83.     Most pre-built systems include one IDE hard disk and one ATAPI CDROM
  84.     drive.  On those systems, the default is usually to have the IDE hard
  85.     disk as the Primary Master device, or <strong>/dev/hda</strong>, and the
  86.     CDROM drive as the Secondary Master device, or <strong>/dev/hdc</strong>.
  87.   </p>
  88.   <h3>
  89.     <a name="Size">
  90.       Size
  91.     </a>
  92.   </h3>
  93.   <p>
  94.     The <strong>Size</strong> column contains the current size of the
  95.     corresponding partition.  MB is used to represent Megabytes.
  96.   </p>
  97.   <h3>
  98.     <a name="System">
  99.       System (<strong> Currently used for </strong> column)
  100.     </a>
  101.   </h3>
  102.   <p>
  103.     The <strong>System</strong> column contains the type of system for
  104.     which the partition will be formatted.  Before a partition can be used 
  105.     to store data or contain an operating system, it must be formatted.  
  106.     The available types of formatting are:
  107.     <ul>
  108.       <li>
  109.         <a href="def_linux-native.qml">Linux Native</a>
  110.       </li>
  111.       <li>
  112.         <a href="def_linux-swap.qml">Linux Swap</a>
  113.       </li>
  114.       <li>
  115.         <a href="def_extended.qml">Extended</a>
  116.       </li>
  117.       <li>
  118.         <a href="def_doswin.qml">DOS / Windows</a>
  119.       </li>
  120.     </ul>
  121.   </p>
  122.   <h2>
  123.     <a name="Button Description">
  124.       Button Description
  125.     </a>
  126.   </h2>
  127.   <h3>
  128.     <a name="Prepare">
  129.       Prepare selected disk for Linux
  130.     </a>
  131.   </h3>
  132.   <p>
  133.     The <strong>Prepare selected disk for Linux</strong> button is used
  134.     to prepare the hard disk for installing OpenLinux. The system will
  135.     determine the best use of space on the hard disk and partition it
  136.     accordingly.
  137.   </p>
  138.   <p>
  139.    <em>
  140.     WARNING:  This will destroy all data on the hard disk.  Use this option
  141.     with caution.
  142.    </em>
  143.   </p>
  144.   <p>
  145.     After completing the preparation, you will be able to continue the
  146.     installation process with the <strong>Next</strong> button.
  147.   </p>
  148. </qml>
  149.